home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00026.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  256 b   |  18 lines

  1. on mouseUp
  2.   global chopper
  3.   set chopper to chopper + 1
  4.   if chopper < 5 then
  5.     go(560)
  6.     go(561)
  7.     go(562)
  8.     go(563)
  9.   else
  10.     set chopper to 1
  11.     if the frame > 1900 then
  12.       go("bank 1a")
  13.     else
  14.       go("bank 1")
  15.     end if
  16.   end if
  17. end
  18.